watchdog: stm32mp: Add watchdog driver
authorPatrice Chotard <[email protected]>
Tue, 30 Apr 2019 15:26:22 +0000 (17:26 +0200)
committerPatrice Chotard <[email protected]>
Thu, 6 Jun 2019 15:40:16 +0000 (17:40 +0200)
commit8c1007a2cbd845b47003753f54b2f7d2a502e13e
tree3d30b4322850ea0c981adb65f33c7d4582ed9608
parent75500a41825bd8daadcdc6ab2a3c6e1c3c8f39e7
watchdog: stm32mp: Add watchdog driver

This patch adds IWDG (Independent WatchDoG) support for
STM32MP platform.

Signed-off-by: Christophe Kerello <[email protected]>
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
MAINTAINERS
arch/arm/mach-stm32mp/Kconfig
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/stm32mp_wdt.c [new file with mode: 0644]